ArcFM Responder Mobile Developer Guide
IsNullOrEmpty<TK,TV>(IDictionary<TK,TV>) Method






see if the collection is null or has 0 items.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function IsNullOrEmpty
    (Of TK,TV)( _
   ByVal dictionary As System.Collections.Generic.IDictionary(Of TK,TV) _
) As System.Boolean
'Usage
 
Dim dictionary As System.Collections.Generic.IDictionary(Of TK,TV)
Dim value As System.Boolean
 
value = EnumerableExtensions.IsNullOrEmpty(Of TK, TV)(dictionary)
[System.Runtime.CompilerServices.Extension()]
public static System.bool IsNullOrEmpty<TK,TV>( 
   System.Collections.Generic.IDictionary<TK,TV> dictionary
)
public function IsNullOrEmpty( 
    dictionary: System.Collections.Generic.IDictionary
): System.Boolean; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function IsNullOrEmpty( 
   dictionary : System.Collections.Generic.IDictionary
) : System.boolean;
[System.Runtime.CompilerServices.Extension()]
public: static System.bool IsNullOrEmpty<TK,TV>( 
   System.Collections.Generic.IDictionary<TK*,TV*>* dictionary
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.bool IsNullOrEmptygeneric<typename TK>
generic<typename TV>
( 
   System.Collections.Generic.IDictionary<TK^,TV^>^ dictionary
) 

Parameters

dictionary

Type Parameters

TK
TV
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members
Overload List

Send Feedback